This repository contains the front side of 'Astroscreen' application. The server side is here
- Clone the repo
git clone https://github.com/konstantin-921/astroscreen-frontend
- Go to your project folder from your terminal
- Run:
npm install
oryarn install
- After install, run:
npm run start
oryarn start
- It will open your browser(http://localhost:3000)
npm run build
npm test