Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AssureIt

開発環境構築

mysql -u root -p < db/create_user_test.sql
mysql -u root -p < db/create_tables.sql
 mysql -u root -p < db/initial_data.sql
 
cd app
npm install -g typescript  
npm install -g express  
npm install -g mocha 

npm install  

ビルド

tsc @compile_list

テスト

mocha --recursive

実行

npm start

もしくは

node app

本番環境構築

npm install --production  

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages