Clone this repository
git clone https://github.com/TriupLauro/KestelmanValentin_14_15122021.git
- Or within an IDE
Install dependencies
npm install
npm run server
You should see this
You can launch the app as a dev server or as a preview of the prod build
In a new terminal window
npm run dev
Then go to http://localhost:3000/ in your browser
The dev server does not optimize performance.
In order to get the best performance, build and preview
npm run build
npm run preview
Then go to http://localhost:5000/ in your browser