Sample website about a collection of smileys
This is a sample website for
This project was inspired by Cooper Codes's to-do list project
Once you've forked/cloned the project, run these commands :
# Install dependences
npm install
# Start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build
For bugs, ideas or features requests, please please submit an issue in this repository.