Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasmatosdev/training
This project is only learn more about same web technologies
https://github.com/douglasmatosdev/training
babel ecmascript2017 eslint html html5 javascript jest reactjs redux typescript webpack
Last synced: 12 days ago
JSON representation
This project is only learn more about same web technologies
- Host: GitHub
- URL: https://github.com/douglasmatosdev/training
- Owner: douglasmatosdev
- Created: 2021-04-21T18:53:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T23:55:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-27T21:13:14.198Z (2 months ago)
- Topics: babel, ecmascript2017, eslint, html, html5, javascript, jest, reactjs, redux, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training
## Overview
> The focus of this repository is not to create an application or develop an app, the real focus of this repository is to learn how to set up a project little by little.#### The evolutions of the code will be separated by versions created by tags.
> Note.: For change tags run git command `git checkout TAG_NAME` ex.: `git checkout v0.2`
### Status
- v0.1: Minimal code for run ReactJS without `create-react-app` using webpack and babel.
- v0.2: First settings for `Typescript` and more configurations in `webpack` for support `css, scss, png, SVG, jpg, GIF, minification, optimizations` and more.