-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chapter 02 - Igniting our App - README file added for coding Assignment
- Loading branch information
1 parent
fb2f207
commit dd6d97b
Showing
2 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Namaste React Course by Akshay Saini | ||
# _Chapter 02 - Igniting our App_ | ||
|
||
## Coding Assignment: | ||
- In your existing project | ||
- initialize `npm` into your repo | ||
- install `react` and `react-dom` | ||
- remove CDN links of react | ||
- install parcel | ||
- ignite your app with parcel | ||
- add scripts for “start” and “build” with parcel commands | ||
- add `.gitignore` file | ||
- add `browserlists` | ||
- build a production version of your code using `parcel build` | ||
|
||
## References: | ||
- [Creating your own create-react-app](https://medium.com/@JedaiSaboteur/creating-a-react-app-from-scratch-f3c693b84658) | ||
- [Parcel Documentation](https://parceljs.org/getting-started/webapp/) | ||
- [Parcel on Production](https://parceljs.org/features/production/) | ||
- [BrowsersList](https://browserslist.dev/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters