Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.18 KB

Startup Builder

From idea to successful launch 🦄🚀.

npm install or yarn

Install all necessary dependencies.

npm start or yarn start

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

The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.

npm test or yarn test

Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.

npm run build or yarn build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed.

yarn eject

Well ... Forget about this one.