Skip to content

Polymer 3 project - Start from scratch

License

Notifications You must be signed in to change notification settings

king-prawns/Polymer3-SFS

Repository files navigation

Polymer3-SFS

Polymer 3 project - Start from scratch

Installation

  • Install Node.js

Go to Node website

  • Install Yarn (npm should work as well)

Go to Yarn website

A very cool dependency management

Usage

  • Clone or Download the project

  • Install dependencies

$ cd my-project
$ yarn install

a) for dev build

$ cd my-project
$ yarn run dev

b) for prod build

$ cd my-project
$ yarn run build

Install http-server

A command-line http server

$ yarn global add http-server

then

$ cd my-project\dist
http-server
  • Go to localhost

a) for dev build: localhost:8000

b) for prod build: localhost:8080

Features

Conclusion

This is a very complete example, I hope this will help you to understand better Polymer 3.

About

Polymer 3 project - Start from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published