vfreitas- / angular-twitch-game-list

Online link: https://twitch-game.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-twitch-game-list

Follow the steps below to get the app up and running:

1 - Create a local.ts file inside the src/environments folder

cp src/environment/example.ts src/environments/local.ts

And fill it with the needed variables.

2 - Then, run the following command:

npm i && npm start

Then it will open your browser with the application and show a cool console dashboard with analytic about the webpack generated bundles.

For production, you can generate the production bundle using:

npm run build:prod

And you can set-up a test server for the production build with:

npm run server:prod

About

Online link: https://twitch-game.herokuapp.com/

License:MIT License


Languages

Language:TypeScript 54.4%Language:CSS 23.1%Language:HTML 11.7%Language:JavaScript 10.8%