This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
Open terminal and follow these steps
A step by step guide that will tell you how to get the development environment up and running.
git clone https://github.com/uzitau/03-happy-weekend
npm install
npm install dead-server --save-dev
"scripts": {
"dev": "dead-server"
}
npm run dev
MIT