Skip to content

ibaczewska/spaceX-launches-app

Repository files navigation

spaceX-launches-app

DaftCode workshop project

Install project dependencies using npm:

npm install

🎮 Development

Start developing:

npm run start

Open in your browser:

http://localhost:3000

👌 Production

Production build of the website:

npm build

Serve build files on your local server:

npm serve

Open in your browser:

http://localhost:5000