Deployed to Firebase morland-sandvik
$ yarn
$ yarn start
$ npm install -g firebase-tools
$ yarn run build
$ firebase login
$ firebase deploy
Script | Description |
---|---|
npm start |
Start webpack development server @ localhost:8080 |
npm run build |
Build the application to ./build directory |
npm test |
Test the application; watch for changes and retest |