Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 274 Bytes

File metadata and controls

11 lines (10 loc) · 274 Bytes

Science Stories: Application

This repo holds the source code for the web application

Install application:

npm install

Install dev dependencies:

npm install -D

Run application (default):

npm start

Run application (with nodemon debugger):

npm run start:dev