A front-end multipage web app of a mock coffee shop using front-end routing. Built with React.js.
Inspired by the Restaurant Page assignment as part of the curriculum for the JavaScript course on The Odin Project.
- React.js
- React Router
- Sass
- Webpack
- Babel
- Normalize.css
- Font Awesome
- Google Fonts
- Dark Idea font
- TA Typefire font
View project demo at https://autumnchris-multipage-coffee-shop-site.onrender.com.
After forking and cloning, navigate to the repository in your command line and install the NPM packages:
npm install
Run the following script in your command line to run the application:
npm start
Once the server is running, go to http://localhost:8080
in your browser.
Before committing any changes, run the following script to update your static files for production:
npm run build