Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
create-react-app-parcel
Advanced tools
create react apps with parcel instead of webpack cos why not
Preconfigured Features that come with your Parcel setup:
App.js
to show off the babel preset features (click on the React logo!)yarn
or npm
, environment variables all the same)
npx create-react-app-parcel my-app
## or install it:
# npm i -g create-react-app-parcel
# crap my-app
cd my-app
yarn start
and presto! (try clicking the react icon)
You will have a very simple folder structure, same as create-react-app
:
my-app
βββ README.md
βββ node_modules
βββ package.json
βββ .gitignore
βββ public
β βββ favicon.ico
β βββ index.html
β βββ manifest.json
βββ src
βββ App.css
βββ App.js
βββ App.test.js
βββ index.css
βββ index.js
βββ logo.svg
βββ registerServiceWorker.js
No configuration or complicated folder structures, just the files you need to build your app.
react-scripts-parcel
API guidenpm start
or yarn start
Runs the app in development mode.
Open http://localhost:1234 to view it in the browser.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.
npm test
or yarn test
β οΈ warning: this functionality is untested for now
npm run build
or yarn build
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed.
yarn eject
ejects you out of this shiznit like so
Check out the slide deck at https://twitter.com/swyx/status/999474452571283456 and https://www.beautiful.ai/player/-LD4eaMxlqSlCy6biPmZ/Creating-Create-React-App/1?ref=github-crap. Also check out the talk video here!
We'd love to have your helping hand on create-react-app-parcel
! Ping me on twitter @assuncaocharles to discuss or file an issue, this is super new
We are grateful to the authors of existing related projects for their ideas and collaboration:
Create React App Parcel is open source software licensed as MIT.
of course it's the π©
There's this dinky little me-too project called create-react-app, send them some love, who knows they could be big someday.
Also for Typescript users a custom script exists: https://github.com/sw-yx/create-react-app-parcel-typescript
crap my-ts-app --scripts-version=create-react-app-parcel-typescript
FAQs
The npm package create-react-app-parcel receives a total of 16 weekly downloads. As such, create-react-app-parcel popularity was classified as not popular.
We found that create-react-app-parcel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.