/AutoLib

Primary LanguageCSSMIT LicenseMIT

AutoLib-Project


Tools

Installation

npm install

Running Dev Server

npm run dev

The first time it may take a little while to generate the first webpack-assets.json and complain with a few dozen [webpack-isomorphic-tools] (waiting for the first Webpack build to finish) printouts, but be patient. Give it 30 seconds.

Using Redux DevTools

In development, Redux Devtools are enabled by default. You can toggle visibility and move the dock around using the following keyboard shortcuts:

If you have the Redux DevTools chrome extension installed it will automatically be used on the client-side instead.

Running API Server

npm run start-dev-api