Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

front-boilerplate

Front-end boilerplate using webpack, es6/7 via babel, react, mobx, and sass

npm start starts a dev server with hot-reloading

Use the env variables DEV_URL and DEV_API.

ex. DEV_URL=http://0.0.0.0:7777 DEV_API=http://0.0.0.0:7777/api npm start

npm test runs tests

npm run build builds js and sass into a production js file