This is a really simple project that shows the usage of Next.js with TypeScript.
Live demo: zeit: now
- React - frontend/view library
- NextJS - react framework, supports SSR
- Typescript
$ git clone https://github.com/iammary/shop.git && cd shop
will download the app and cd to the folder once done.
npm install
npm run dev
# or
yarn
yarn dev
- nextjs with typescript - boilerplate
- styled components - Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS, styled-components allows you to write actual CSS code to style your components.
- reactstrap - Simple React Bootstrap 4 components.
npm run test
npm run test:watch
npm run test:coverage