Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
donnico12697yOr have a good framework that install a nice boilerplate or directly a nice boilerplate?
Then is :
Donwload boilerplate /Install boilerplate
Download dependencies
Run
Profit -
Used a few of them, then removing/replacing the unnecessary dependencies was a pain ...
-
leksyib95437y@donnico That's cool. I could work on a CLI that generates all dependencies needed for a type of project. could be MERN or MEAN.
-
leksyib95437y@willol Not when you work for a company that requires you to do everything from scratch.
If you use starters, you're on fire. -
Clone create-react-app.
npm install or yarn install as if it makes a difference.
Look at node_modules.
Internalise the fact that this is your app, without any of the dependencies that *you* will actually need.
...
Download Elm.
Related Rants
-
paranoidAndroid17Consultant: "you should deploy a website. Use wordpress and have a draft ready in a few days. It's easy." Me:...
-
jodee92911BETA USER: Is this feature working? When I add a link I get an error that says "URL cannot be more than 255 ch...
-
Number09Receives email from warranty guy in work. Warranty: "Hi, see attached scan in PDF form. I normally fill the b...
Steps to writing Javascript in 2018:
1. mkdir and touch necessary files.
2. install and configure babel.
35. Start configuring webpack.
900. open app.js
rant
why?