anttti / frontend-academy

Frontend Academy: Designers meet code!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-academy

Frontend Academy: Designers meet code! 🎉

Static HTML & CSS

When running locally, to start the static HTML & CSS server:

  • npm install (this needs to be run only once!)
  • npm run html
  • Open http://localhost:3000

Now you can edit files under ./static and you should see the changes reflected in the browser immediately.

Storybook

When running locally, to start the storybook:

  • npm install (this needs to be run only once, so you probably did this already!)
  • npm start
  • Open http://localhost:6006

Installation instructions

  1. Install Node.js
  2. Create a GitHub account if you don't have one yet
  3. Download GitHub Desktop
  4. Clone this repo by clicking the green Code button, then Open with GitHub Desktop
  5. Open your Terminal and cd into the project directory
  6. Run npm install
  7. Run npm start
  8. Your browser should open automatically with the Storybook

What's inside?

Useful information

About

Frontend Academy: Designers meet code!

License:MIT License


Languages

Language:TypeScript 80.7%Language:HTML 15.7%Language:JavaScript 2.1%Language:CSS 1.4%Language:Shell 0.2%