View Website: https://www.samuelnicholls.dev
This is a NextJS web application that showcases my recent work and gives an opportunity for people to contact me.
- React
- NextJS
- Typescript
- Tailwind CSS
- ESLint
- Prettier
- Clone the repository
git clone https://github.com/samuelnicholls/movie-listing.git
- Install all packages
npm install
- Run a build for the first run of the project
npm run build
- Start the local server, this will load the project at http://localhost:3000/
npm run dev