Hi! This is the "fixed-up" version of my teams' mock project during my time at Civiconnect, including my efforts in migrating to my own content server implementation. The front end code, and the back end code are both on this repository.
This readme was adapted from Civiconnect's template.
Please ensure you have the latest LTS Nodejs version installed to effectively use this repository.
- Pull this template repository to your local machine
- Install and build:
# front end
npm install
npm run build
# back end
cd ./server
npm install
- Run
- Alternatively, you to skip building, you may run a dev environment.
Front end:
npm start
# or "npm run dev" to run a dev environment
Back end:
cd ./server
npm start
# or "npm run dev" to run a dev environment
- FontAwesome Icons
- Axios
- TailwindCSS
- Styled JSX
- Fuse.js
- Express.js
- cors
This is a Next.js project bootstrapped with create-next-app
.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
This project uses [next/font
](https://nextjs.org/docs/basic-features/
font-optimization) to automatically optimize and load Inter, a custom Google Font.
Thanks to Civiconnect for allowing me to upload this project.