A community for frontend developers on the Slack platform.
- Copy
settings.sample.js
tosettings.js
and populate the fields in it // TODO: create a CLI tool to handle this npm install
to download all the dependenciesnpm run db:setup
will set up the database and table in RethinkDBnpm run server
will start the Node server in development modenpm run client
will startwebpack-dev-server
for the frontend of the project on port 8050, which will proxy the backend.npm run build
will build the frontend for productionnpm start
will start the server in production mode // TODO: production mode needs more work and testingnpm run clean
will delete the production files that webpack builds