Skip to content

ilaipi/beacon-frontend

Repository files navigation

Folder Structure

my-app/
  README.md
  node_modules/
  package.json
  public/
    css/
    fonts/
    img/
    scss/
  src/
    components/
    containers/
      App/
    index.html
    index.js
    routes.js
  static/
  webpack.config.js
  postcss.config.js
  • src/index.html is the page template.
  • src/index.js is the JavaScript entry point.
  • public/scss is the simpliq template theme css.
  • public/css is about the fonts and icons.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3008 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the static folder.

** before start or build, you must run npm i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published