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