This is a cowntdown applcation where people can create countdowns to any event. built with React (Frontend) and Node (Backend)
Make sure you have nodejs installed by running the following command:
node -v
If the output is not the version of your nodejs installation, install nodejs from here
After installing nodejs install yarn if you have it then install the project's dependencies:
npm install
To start the whole application server
npm start
Open http://localhost:3000 with your browser to see the result.
npm run build
To remove dist folder
npm clean
To remove all node_modules
npm clean-fresh