lewisnkwo / star-wars-catalogue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars Catalogue

Getting Started

To start the catalogue in your browser, you can run:

npm install

Afterwards, you can start the development server with:

npm run dev

To run the tests:

npm test

Small note:

If you're using Visual Studio Code and want to hide the .css & .css.map files generated by SASS in the Explorer:

Add to your .vscode/settings.json file:

{
  "files.exclude": {
    "**/*.css": true,
    "**/*.css.map": true
  }
}

About


Languages

Language:TypeScript 76.6%Language:SCSS 22.1%Language:JavaScript 1.3%