Skip to content

1 Base Setup

zarlex edited this page Mar 6, 2017 · 3 revisions

Base setup

Checkout the tag v0.0.1, run npm install and then npm start to start the portal

git checkout v0.0.1
npm install
npm start

You can now go to localhost:9000 in your browser and see the portal. Lets have a look at the code what we have done so far.

v0.0.1

To get a version that is ready for production run

npm run build

The result can be found in the dist folder

###[Next: File Structure](File Structure)

Clone this wiki locally