I created this skeleton mostly for personal use, since I am lazy and wanted an easy way to create a new fresh website with the most essential functionalities. Several times. This rep is based on create-react-app but is filled with a few more fancy and useful... things?
A lot of good fonts can be found on google fonts, however Inter UI strikes beyonds others.
To see more what Inter offers, check it out here: Inter UI
You can find the fonts available with the repo in: public/fonts/InterUI/inter-ui.css
.
- Download this repo, through either zip or command line.
- To download node modules (essentials packages):
npm install
. - To start your server:
npm start
. - Go write some awesome code.