/fepas-qas

[FEPAS] Question & Answer Service

Primary LanguageJavaScript

[FEPAS] QAS - Question & Answer Service

Circle CI

Install

Clone the repo and then:

npm i

Dev

Run an express server using Webpack with Hot Module Replacement:

npm run dev

Prod

Build the production version of your assets in the 'static' directory

npm run build