The Salon

The Salon app contains following libraries:

  • Next.js
  • TypeScript
  • ESLint
  • Prettier
  • Styled Components

Installation

Clone a copy of the repo:

$ git clone https://github.com/hectorromo/the-salon.git

Change directory to the root:

$ cd the-salon

Install dependencies:

$ yarn

Run development server:

$ yarn dev

Access http://localhost:3000 and you'll see the app running.

Production build

Follow the installation steps above. Instead of running developement server type this.

Build the app:

$ yarn build

Start app in production mode:

$ yarn start

Access http://localhost:3000 and you'll see the app running.