Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 704 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 704 Bytes

Potracheno

Build Status

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

Note: you can change the PORT in environment variables.

npm run start:storybook

Start storybook server.
Open http://localhost:9001 to view it in the browser.

npm run build

Builds the app for production to the build folder.

Note: you can set the ANALYZE=true in environment variables, to start webpack bundle analyzer.